projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477335a
)
; windows installer: set x64 registry keys (tiny change)
author
Alberto Santini
<albertosantini@pm.me>
Tue, 5 Aug 2025 02:55:29 +0000
(21:55 -0500)
committer
Corwin Brust
<corwin@bru.st>
Tue, 5 Aug 2025 02:55:29 +0000
(21:55 -0500)
* admin/nt/dist-build/emacs.nsi: set x64 registry keys
admin/nt/dist-build/emacs.nsi
patch
|
blob
|
history
diff --git
a/admin/nt/dist-build/emacs.nsi
b/admin/nt/dist-build/emacs.nsi
index 9239eb07ec7e88bd2e66adb5e10e4d5379943b3f..132787498710e0036fb0f5b722c0c60526cf0070 100644
(file)
--- a/
admin/nt/dist-build/emacs.nsi
+++ b/
admin/nt/dist-build/emacs.nsi
@@
-70,6
+70,9
@@
Section
# create uninstaller
WriteUninstaller "$UninstallerPath"
+ # request to set x64 registry keys
+ SetRegView 64
+
# add registry key to enable uninstall from control panel
WriteRegStr HKLM "${UNINST_KEY}" "DisplayName" "GNU Emacs ${VERSION_BRANCH}"
WriteRegStr HKLM "${UNINST_KEY}" "DisplayIcon" "$\"$UninstallerPath$\""